projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
828aa6d
)
Pass prefix and destdir
author
dinesh
<dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 17:31:23 +0000
(23:01 +0530)
committer
dinesh
<dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 17:31:23 +0000
(23:01 +0530)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 39d4d115e061019735b0ba5241948a7f6c5aec88..523f746e7be9da644b91d966ac4512a9ae0d80b1 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-216,6
+216,8
@@
install-$(1): $$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz
uninstall-$(1): $$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz
$$(PKGDIR_$(1))/install.sh \
+ --prefix="$$(CFG_PREFIX)" \
+ --destdir="$$(DESTDIR)" \
--uninstall
endef
$(foreach target,$(CFG_TARGET),$(eval $(call DO_DIST_TARGET,$(target))))